@media screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .desktop {
    display: none;
  }

  .mobile-mt-0 {
    margin-top: 0 !important;
  }

  .mobile-mt-10px {
    margin-top: 10px !important;
  }

  .mobile-mt-20px {
    margin-top: 20px !important;
  }

  .top-block {
    padding: 25px 0 !important;
  }

  .block-head {
    height: 30px !important;
  }

  .block-title {
    height: 30px !important;
  }

  .block-title img {
    max-height: 20px !important;
  }

  .more {
    line-height: 30px !important;
    font-size: 14px !important;
  }

  .top-recommend {
    width: 100% !important;
    height: auto !important;
    padding: 0 15px !important;
  }

  .recommend-box {
    width: 100% !important;
    background: none !important;
  }

  .recommend-content {
    width: 100% !important;
    height: auto;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .top-slide {
    width: 100% !important;
    margin-top: 15px !important;
    height: auto !important;
  }

  .top-slide img {
    width: 100vw !important;
    max-height: 70vw !important;
  }

  .middle-banner {
    text-align: center;
  }

  .middle-banner img {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }

  .content-block {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .block-image {
    width: 100% !important;
    height: auto !important;
  }

  .block-image img {
    width: 100% !important;
    height: 50vw !important;
  }

  .block-recommend {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    height: auto !important;
  }

  .index-topic-item {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }

  .index-topic-item img {
    width: 100% !important;
  }

  .index-topic-item p, .index-topic-item h6 {
    padding: 0 15px !important;
  }

  .content-block-art {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .album-item {
    width: 152px !important;
    max-height: 285px !important;
    display: inline-block;
    margin-right: 18px;
    float: left;
  }

  .bottom-topic {
    margin-top: 20px !important;
  }

  .bottom-topic a {
    width: 100% !important;
    height: auto !important;
    /*display: block;*/
    /*float: left;*/
    margin: 0 0 10px 0 !important;
  }

  .bottom-topic img {
    width: 100% !important;
  }

  .bottom-link {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }

  .bottom-link a {
    text-align: center;
    width: 48% !important;
    height: 54px;
    float: left;
    margin: 0 2% 1rem 0 !important;
  }

  .bottom-link img {
    width: 100% !important;
  }

  .content-block li {
    padding: 5px 0 !important;
  }

  .content-block a {
    line-height: 24px !important;
  }

  .topping-header {
    height: 35px !important;
    margin-top: 2rem !important;
  }

  .topping-header img {
    height: 25px !important;
  }

  .new-content {
    padding: 20px !important;
  }

  .bottom-text {
    float: left !important;
  }

}

.top-block {
  background-color: #f8f8f8;
  padding: 45px 0 70px 0;
}

.mobile-nav {
  width: 100%;
  height: 4rem;
  background-color: #a26853;
}

.mobile-nav-items {
  height: 100vh;
  background-color: #a26853;
  padding-top: 2rem;
}

.mobile-nav-items a {
  width: 100%;
  height: 2.8rem;
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: bold;
}

.mobile-nav img {
  max-width: 70%;
  max-height: 2.8rem;
}

.content-box {
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
}

.top-banner {
  width: 100%;
  height: 165px;
  background-image: url("../img/top-banner.png");
  background-position: center 0;
  background-repeat: no-repeat;
}

.top-nav {
  height: 70px;
  background-color: #a26853;
}

.top-nav a {
  color: #ffffff;
  text-decoration: none;
  width: auto;
  height: 70px;
  line-height: 70px;
  margin-right: 20px;
  font-size: 16px;
}

.block-head {
  width: 100%;
  height: 40px;
  border-bottom: 2px #f8f8f8 solid;
}

.block-title {
  float: left;
  max-width: 50%;
  height: 40px;
  border-bottom: 2px #b46f3d solid;
}

.more {
  width: 50%;
  float: right;
  line-height: 40px;
  text-align: right;
}

.more a {
  color: #6f6f6f;
  text-decoration: none;
}

.top-recommend {
  width: 630px;
  height: auto;
  margin-right: 10px;
  float: left;
  padding: 0;
}

.recommend-box {
  width: 100%;
  height: 335px;
  background-color: #ffffff;
  margin-top: 30px;
}

.recommend-item {
  width: 100%;
  height: 33.3%;
}

.recommend-left {
  width: 90px;
  height: 70%;
  float: left;
  margin-left: 15px;
  margin-top: 20px;
  border-right: 2px #b9b9b9 solid;
}

.recommend-content {
  width: 520px;
  height: 70%;
  float: left;
  margin-top: 20px;
  padding: 0 15px;
}

.recommend-content a {
  color: #000000;
  text-decoration: none;
}

.recommend-content p {
  color: #b9b9b9;
  font-size: 14px;
}

.left-month {
  font-size: 22px;
  color: #b9b9b9;
}

.left-year {
  font-size: 16px;
  color: #b9b9b9;
}

.top-slide {
  width: 540px;
  height: 335px;
  float: left;
  margin-top: 70px;
  padding: 0;
}

.top-slide img {
  width: 540px;
  height: 335px;
}

.my-slide-caption {
  position: absolute;
  width: 100%;
  height: 35px;
  line-height: 35px;
  left: 0;
  bottom: 0;
  background-color: #1c1f23;
  opacity: 0.5;
  color: #ffffff;
  text-indent: 14px;
  font-size: 14px;
}

.content-block {
  width: 575px;
  height: auto;
  float: left;
}

.content-block-art {
  width: 1180px;
  height: auto;
  float: left;
}

.content-block ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
}

.content-block ul li a {
  text-decoration: none;
  color: #000000;
  line-height: 35px;
}

.block-image {
  width: 250px;
  height: 140px;
  float: left;
}

.block-image img {
  width: 250px;
  height: 140px;
}

.block-recommend {
  width: 300px;
  margin-left: 25px;
  height: 140px;
  float: left;
}

.block-recommend a {
  color: #000000;
  text-decoration: none;
}

.block-recommend p {
  color: #9f9f9f;
  font-size: 14px;
}

.index-topic-item {
  width: 373px;
  height: auto;
  margin: 0 10px;
  float: left;
}

.index-topic-item p {
  color: #b9b9b9;
  font-size: 14px;
}

.album-box {
  width: 100%;
  max-height: 400px;
}

.album-item {
  width: 205px;
  max-height: 370px;
  display: inline-block;
  margin-right: 18px;
  float: left;
}

.album-item img {
  width: 100%;
  max-height: 330px;
}

.album-item p {
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
}

.bottom-topic {
  margin-top: 40px;
}

.bottom-topic a {
  width: 584px;
  height: 132px;
  display: block;
  float: left;
  margin: 0 12px 12px 0;
}

.bottom-link {
  width: auto;
  height: 54px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.bottom-link a {
  width: 165px;
  height: 54px;
  float: left;
  margin-right: 4px;
}

.bottom-text {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 80px;
}


/**
 * 列表页
 */

.bread-nav {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #a26853 solid;
}

.bread-nav a {
  color: #a26853;
  text-decoration: none;
}

.content-item {
  border-bottom: 1px #e6e6e6 solid;
}

.content-item a {
  color: #000000;
  text-decoration: none;
}

.content-item p {
  line-height: 24px;
}

.content-item p, .content-item span {
  color: #b9b9b9;
  font-size: 14px;
}


.create-date {
  color: #a26853 !important;
}

.page-box a {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}

.topping-header {
  height: 40px;
  border-bottom: 2px #a26853 solid;
}

.topping-list {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.topping-list li {
  margin: 15px 0;
}

.topping-list a {
  color: #000000;
  text-decoration: none;
}

.new-content {
  padding: 50px;
}

.new-content h3 {
  text-align: center;
  line-height: 48px;
}

.content-date {
  color: #b9b9b9;
  text-align: center;
}

.content {

}

.content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.content p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 32px;
}

.content video {
  display: block;
  margin: 0 auto;
}

.desktop-share img {
  width: 30px;
  height: 30px;
}

#qrcode {
  position: absolute;
  z-index: 1000;
  left: 545px;
  margin-top: 10px;
}

#qrcode img {
  width: 120px;
  box-shadow: 10px 10px 5px #888888;
}
